Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplified control architecture #101

Merged
merged 7 commits into from
Sep 30, 2023
Merged

Simplified control architecture #101

merged 7 commits into from
Sep 30, 2023

Conversation

Ralith
Copy link
Owner

@Ralith Ralith commented Sep 30, 2023

Discards the complexity and unsafety involved in using a single allocation for arbitrary controllable filter chains. In practice it doesn't seem useful to nest filters deeply, and even if it was the benefit of avoiding a marginal number of allocations is dubious, so this makes life easier for everyone.

@Ralith Ralith force-pushed the simplify branch 2 times, most recently from 334ef33 to 9f1fbc3 Compare September 30, 2023 23:38
@Ralith Ralith merged commit 0e11e50 into main Sep 30, 2023
4 checks passed
@Ralith Ralith deleted the simplify branch September 30, 2023 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant